home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / telecom / 96 / c / read.me < prev    next >
Encoding:
Text File  |  1987-01-15  |  1.5 KB  |  75 lines

  1. ASTAT.H
  2. CHECK.C
  3. COMPILE.SH
  4. DECL.H
  5. GEMSTART.S
  6. H.H
  7. INPUT.C
  8. LINK.SH
  9. LNK
  10. MACRO.C
  11. MAIN.C
  12. MAKE.C
  13. MAKE.PRG
  14. MAKEFILE
  15. PDMAKE.DOC
  16. READER.C
  17. RULES.C
  18. STSTUFF.C
  19. TOUCH.C
  20. TOUCH.PRG
  21.  
  22.     Keywords: MAKE UNIX PROGRAMMING TOOL DEVELOPMENT
  23.     
  24.     This is a full fledged UNIX V7 make clone, including macros and default
  25.     rules. Compiled with Alcyon C and with builtin rules for Alcyon C. These
  26.     rules can easily be changed to suit any language that can be run from a
  27.     command-line shell. 
  28.  
  29.  
  30. CC.C
  31. CC.DOC
  32. CC.PRG
  33. CCINI.EXA
  34.  
  35.     This is a CC C compile interface program similar to the UNIX CC program.
  36.     Now compiles made easy.
  37.  
  38.  
  39. FONTS.DOC
  40.  
  41.     This is an article which I dug up which explains how to handle fonts with
  42.     the ST.  Read and use all sorts of different fonts in your programs.
  43.  
  44.  
  45. FSEL.C
  46. FSEL.DOC
  47. FSELDEMO.C
  48. FSELDEMO.PRG
  49.  
  50.     This is a new file selector source code and demo program.  The comments 
  51.     state that the file selector is similar to Megamax C.  Try it.  It looks a
  52.     lot better than the standard file selector box.
  53.  
  54.  
  55. MENU.ASM
  56. MENU.DEF
  57. MENU.PRG
  58. MENU.RSC
  59.  
  60.     This is an example of a menu interface in not C, but assembly language.
  61.  
  62.  
  63. SIGNAL.C
  64. SIGNAL.DOC
  65.  
  66.     Keywords: SIGNAL SOURCE CODE ALCYON C
  67.     
  68.     Some Alcyon C source code to properly implement signals. 
  69.  
  70.  
  71. TOUCHALL.TOS
  72.  
  73.     This is a program similar to the TOUCH program, but it touches all *.h, *.o,
  74.     and *.c files at once.  Nice way to update all your code at once with make.
  75.